libdnf: add katexochen as maintainer
This commit is contained in:
parent
77cdfc9f62
commit
4119ae605a
1 changed files with 1 additions and 1 deletions
|
@ -99,6 +99,6 @@ stdenv.mkDerivation rec {
|
||||||
changelog = "https://github.com/rpm-software-management/libdnf/releases/tag/${version}";
|
changelog = "https://github.com/rpm-software-management/libdnf/releases/tag/${version}";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ rb2k ];
|
maintainers = with maintainers; [ rb2k katexochen ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue