1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

exodus: add Crafter as maintainer

This commit is contained in:
Craftman7 2022-08-01 16:12:46 -07:00
parent 06db1de3b3
commit eb5b3617c2

View file

@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ mmahut rople380 ];
maintainers = with maintainers; [ mmahut rople380 Crafter ];
};
}