lprint: remove self from maintainer list

This commit is contained in:
Sebastian Johansson
2024-04-28 19:48:36 +02:00
committed by GitHub
parent c304921573
commit 20d28dbcb3
+1 -1
View File
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/michaelrsweet/lprint";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ ChlorideCull ];
maintainers = with maintainers; [ ];
};
}