Skip to content

Commit

Permalink
treewide: Start experimenting with metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Mar 22, 2024
1 parent 4259369 commit 11089b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/by-name/flarum/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ in
changelog = "https://github.com/flarum/framework/blob/main/CHANGELOG.md";
description = "Flarum is a delightfully simple discussion platform for your website";
homepage = "https://github.com/flarum/flarum";
license = licenses.mit;
license = lib.licenses.mit;
ngi = {
project = "Flarum";
options = [["services" finalAttrs.pname]];
};
};
})
4 changes: 4 additions & 0 deletions pkgs/pretalx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,9 @@ in
lorenzleutgeb
]
++ (with (import ../../maintainers/maintainers-list.nix); [augustebaum kubaneko]);
ngi = {
project = "Rosenpass";
options = [["services" pname]];
};
};
}

0 comments on commit 11089b0

Please sign in to comment.