mateamt: add meta attr for hydraJob

This commit is contained in:
Astro 2019-12-20 22:56:02 +01:00
parent e61e947a2f
commit 4b40683d78
1 changed files with 8 additions and 0 deletions

View File

@ -3,5 +3,13 @@
{
mateamt = pkgs.lib.hydraJob (import <mateamt> {
inherit pkgs;
meta = with pkgs.stdenv.lib; {
description = "A whole new matemat";
maintainers = [
{ email = "nek0@nek0.eu"; name = "nek0"; }
];
license = licenses.agpl3;
};
});
}