diff options
| author | Christine Koppelt <cko@users.noreply.github.com> | 2019-11-10 08:00:23 +0100 |
|---|---|---|
| committer | Christine Koppelt <cko@users.noreply.github.com> | 2019-11-10 08:00:23 +0100 |
| commit | 35ab77755bf2d3bc7434f886663379bc9ae3eaa7 (patch) | |
| tree | 795b0de917b5ea4d32f6908af0a7e85ced246c52 | |
| parent | oh: add missing description & homepage (diff) | |
| download | nixpkgs-35ab77755bf2d3bc7434f886663379bc9ae3eaa7.tar.gz | |
peruse: add missing description & homepage
| -rw-r--r-- | pkgs/tools/misc/peruse/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/peruse/default.nix b/pkgs/tools/misc/peruse/default.nix index 80583ea19cfe..a5ce018545a7 100644 --- a/pkgs/tools/misc/peruse/default.nix +++ b/pkgs/tools/misc/peruse/default.nix @@ -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 ]; }; |
