hello: adopt package by stv0g

This commit is contained in:
Steffen Vogel
2024-10-27 10:44:28 +01:00
parent 787a0f6958
commit 205cba23e8
+1 -1
View File
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.gnu.org/software/hello/manual/";
changelog = "https://git.savannah.gnu.org/cgit/hello.git/plain/NEWS?h=v${finalAttrs.version}";
license = licenses.gpl3Plus;
maintainers = [ ];
maintainers = with maintainers; [ stv0g ];
mainProgram = "hello";
platforms = platforms.all;
};