mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
dnf5: add changelog and mainProgram
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
3f6fbb1e0c
commit
ac4d3c4f58
@ -83,8 +83,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = with lib; {
|
||||
description = "Next-generation RPM package management system";
|
||||
homepage = "https://github.com/rpm-software-management/dnf5";
|
||||
changelog = "https://github.com/rpm-software-management/dnf5/releases/tag/${version}";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ malt3 ];
|
||||
mainProgram = "dnf5";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user