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 c9ac7e4 commit 0bc3a89Copy full SHA for 0bc3a89
pkgs/by-name/gr/grandperspective/package.nix
@@ -61,7 +61,10 @@ stdenv.mkDerivation (finalAttrs: {
61
homepage = "https://grandperspectiv.sourceforge.net";
62
license = licenses.gpl2Only;
63
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
64
- maintainers = with maintainers; [ eliandoran ];
+ maintainers = with maintainers; [
65
+ eliandoran
66
+ DimitarNestorov
67
+ ];
68
platforms = platforms.darwin;
69
};
70
0 commit comments