Merge pull request #73072 from cko/missing_descriptions

treewide: add missing descriptions & homepages
This commit is contained in:
Renaud 2019-11-13 00:34:31 +01:00 committed by GitHub
commit a6220c3384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 2 deletions

View File

@ -33,6 +33,8 @@ mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://amarok.kde.org";
description = "A powerful music player with an intuitive interface";
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];
};

View File

@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = https://gputils.sourceforge.io/;
homepage = "https://gputils.sourceforge.io";
description = "A collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib";
license = licenses.gpl2;
maintainers = with maintainers; [ yorickvp ];
platforms = platforms.linux;

View File

@ -1,4 +1,4 @@
{ stdenv, buildGoPackage, fetchgit }:
{ stdenv, buildGoPackage, fetchgit, lib }:
buildGoPackage rec {
pname = "oh";
@ -14,4 +14,10 @@ buildGoPackage rec {
};
goDeps = ./deps.nix;
meta = with lib;{
homepage = "https://github.com/michaelmacinnis/oh";
description = "A Unix shell";
license = stdenv.lib.licenses.mit;
};
}

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 ];
};