diff --git a/mateamt.nix b/mateamt.nix index b0b9ec8..5c475ae 100644 --- a/mateamt.nix +++ b/mateamt.nix @@ -3,5 +3,13 @@ { mateamt = pkgs.lib.hydraJob (import { inherit pkgs; + + meta = with pkgs.stdenv.lib; { + description = "A whole new matemat"; + maintainers = [ + { email = "nek0@nek0.eu"; name = "nek0"; } + ]; + license = licenses.agpl3; + }; }); }