pkgs/neocities: add to metadata
This commit is contained in:
parent
7fd10d684b
commit
2a86010602
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ bundlerApp {
|
||||||
exes = [ "neocities" ];
|
exes = [ "neocities" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
description = "The Neocities CLI, written in Ruby";
|
||||||
|
homepage = "https://github.com/neocities/neocities-ruby";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ infinidoge ];
|
||||||
mainProgram = "neocities";
|
mainProgram = "neocities";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue