homepages
svn path=/nixpkgs/trunk/; revision=23971
This commit is contained in:
parent
5d6dd8a956
commit
08be43d6f0
@ -23,6 +23,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Unicode and globalization support library";
|
description = "Unicode and globalization support library";
|
||||||
|
homepage = http://site.icu-project.org/;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
@ -34,6 +34,7 @@ rec {
|
|||||||
inherit(s) name;
|
inherit(s) name;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Cellphone tool";
|
description = "Cellphone tool";
|
||||||
|
homepage = http://www.gnokii.org;
|
||||||
maintainers = [a.lib.maintainers.raskin];
|
maintainers = [a.lib.maintainers.raskin];
|
||||||
platforms = with a.lib.platforms; linux;
|
platforms = with a.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user