summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-06 13:16:57 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:48 +0100
commitd4b72e98039f319a5580cf8d3a82e5360e08d67b (patch)
treeadcf4daa62214cd5bd974462a32f909765330813
parentd968838c904ba3e04413b69861b398b1af01bdb2 (diff)
greetd: update homepage
-rw-r--r--pkgs/os-specific/linux/greetd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/greetd/default.nix b/pkgs/os-specific/linux/greetd/default.nix
index cfde703cd674..744b43f6f8aa 100644
--- a/pkgs/os-specific/linux/greetd/default.nix
+++ b/pkgs/os-specific/linux/greetd/default.nix
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
that makes no assumptions about what you want to launch.
Comes with agreety, a simple, text-based greeter.
'';
- homepage = "https://kl.wtf/projects/greetd/";
+ homepage = "https://sr.ht/~kennylevinsen/greetd/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ];
platforms = platforms.linux;