mercury: add maintainer (#350011)
This commit is contained in:
commit
fc26d5c564
@ -23138,6 +23138,12 @@
|
|||||||
githubId = 11413574;
|
githubId = 11413574;
|
||||||
name = "Fiona Weber";
|
name = "Fiona Weber";
|
||||||
};
|
};
|
||||||
|
vieta = {
|
||||||
|
email = "xyzVieta@gmail.com";
|
||||||
|
github = "yVieta";
|
||||||
|
githubId = 94648307;
|
||||||
|
name = "Thanh Viet Nguyen";
|
||||||
|
};
|
||||||
vifino = {
|
vifino = {
|
||||||
email = "vifino@tty.sh";
|
email = "vifino@tty.sh";
|
||||||
github = "vifino";
|
github = "vifino";
|
||||||
|
@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
|
|||||||
changelog = "https://dl.mercurylang.org/release/release-notes-${version}.html";
|
changelog = "https://dl.mercurylang.org/release/release-notes-${version}.html";
|
||||||
license = lib.licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = [ ];
|
maintainers = with lib.maintainers; [ vieta ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user