nullidentdmod: update homepage

This commit is contained in:
FliegendeWurst
2025-01-04 19:25:10 +01:00
parent ba5fc34f1f
commit ba3f5d428a
+2 -2
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
version = "1.3";
src = fetchFromGitHub {
owner = "Acidhub";
owner = "Ranthrall";
repo = "nullidentdmod";
rev = "v${version}";
sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k";
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Simple identd that just replies with a random string or customized userid";
mainProgram = "nullidentdmod";
license = licenses.gpl2Plus;
homepage = "http://acidhub.click/NullidentdMod";
homepage = "https://github.com/Ranthrall/nullidentdmod";
maintainers = with maintainers; [ das_j ];
platforms = platforms.linux; # Must be run by systemd
};