Skip to content

Commit

Permalink
grandperspective: add DimitarNestorov to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarNestorov committed Dec 27, 2024
1 parent c9ac7e4 commit 0bc3a89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/gr/grandperspective/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://grandperspectiv.sourceforge.net";
license = licenses.gpl2Only;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ eliandoran ];
maintainers = with maintainers; [
eliandoran
DimitarNestorov
];
platforms = platforms.darwin;
};

Expand Down

0 comments on commit 0bc3a89

Please sign in to comment.