Skip to content

Commit

Permalink
mercury: add maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
yVieta committed Nov 5, 2024
1 parent 9e3f894 commit 0362715
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21451,6 +21451,12 @@
githubId = 11413574;
name = "Fiona Weber";
};
vieta = {
email = "[email protected]";
github = "yVieta";
githubId = 94648307;
name = "Thanh Viet Nguyen";
};
vifino = {
email = "[email protected]";
github = "vifino";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/compilers/mercury/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
changelog = "https://dl.mercurylang.org/release/release-notes-${version}.html";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.all;
maintainers = [ ];
maintainers = with lib.maintainers; [ Vieta ];
};
}

0 comments on commit 0362715

Please sign in to comment.