We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01be539 commit e550600Copy full SHA for e550600
pkgs/by-name/lp/lprint/package.nix
@@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
49
homepage = "https://github.com/michaelrsweet/lprint";
50
license = licenses.asl20;
51
platforms = platforms.linux;
52
- maintainers = [ ];
+ maintainers = with lib.maintainers; [ pandapip1 ];
53
};
54
}
0 commit comments