Merge pull request #73072 from cko/missing_descriptions
treewide: add missing descriptions & homepages
This commit is contained in:
commit
a6220c3384
@ -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 ];
|
||||
};
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user