peruse: add missing description & homepage

This commit is contained in:
Christine Koppelt 2019-11-10 08:00:23 +01:00
parent 92d66a9d95
commit 35ab77755b

View File

@ -26,6 +26,8 @@ in mkDerivation {
pathsToLink = [ "/etc/xdg/peruse.knsrc"];
meta = with lib; {
homepage = "https://peruse.kde.org";
description = "A comic book reader";
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];
};