mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
gotta maintain da project
This commit is contained in:
parent
e6f086f88a
commit
9a602a2231
|
@ -31,7 +31,7 @@ buildGoModule rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Nix-based app VMs";
|
description = "Nix-based app VMs";
|
||||||
homepage = "https://code.dumpstack.io/tools/${pname}";
|
homepage = "https://code.dumpstack.io/tools/${pname}";
|
||||||
maintainers = [ lib.maintainers.dump_stack ];
|
maintainers = [ lib.maintainers.dump_stack lib.maintainers.cab404 ];
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue