pkgs/neocities: add to metadata

This commit is contained in:
Infinidoge 2023-08-23 09:58:05 -04:00
parent 7fd10d684b
commit 2a86010602

View file

@ -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";
}; };
} }