From 7304e9cfc4f00d7fe8723767421422d6cc55c2aa Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 4 Jun 2024 19:21:02 +0200 Subject: [PATCH] flake: Switch back to main nixos-mailserver --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 2712bfb0..750f30a2 100644 --- a/flake.lock +++ b/flake.lock @@ -458,15 +458,15 @@ ] }, "locked": { - "lastModified": 1717514645, + "lastModified": 1717515088, "narHash": "sha256-nWOLpPA7+k7V1OjXTuxdsVd5jeeI0b13Di57wvnqkic=", - "owner": "RoastedCheese", + "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", - "rev": "3fa2691fcb726bce8643603bd310712cb2cc1d9b", + "rev": "0d51a32e4799d081f260eb4db37145f5f4ee7456", "type": "gitlab" }, "original": { - "owner": "RoastedCheese", + "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", "type": "gitlab" } diff --git a/flake.nix b/flake.nix index 7f6c6290..72f3c58d 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ }; }; nixos-mailserver = { - url = "gitlab:RoastedCheese/nixos-mailserver"; + url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; inputs = { nixpkgs.follows = "nixpkgs"; utils.follows = "flake-utils";