Skip to content

Commit

Permalink
mercury: add vieta to maintainers
Browse files Browse the repository at this point in the history
Co-authored-by: Arne Keller <[email protected]>
  • Loading branch information
2 people authored and Aleksanaa committed Nov 23, 2024
1 parent 73c54cb commit 90190ac
Showing 1 changed file with 1 addition and 1 deletion.
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 90190ac

Please sign in to comment.