Fix typo
svn path=/nixpkgs/trunk/; revision=33466
This commit is contained in:
parent
a2c6280413
commit
3c72ac97eb
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Logger service for Telepathy framework";
|
description = "Logger service for Telepathy framework";
|
||||||
homepage = http://telepathy.freedesktop.org/wiki/Logger ;
|
homepage = http://telepathy.freedesktop.org/wiki/Logger ;
|
||||||
maintainers = [ stdenv.lib.mainrainers.urkud ];
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
platforms = stdenv.lib.platforms.gnu; # Arbitrary choice
|
platforms = stdenv.lib.platforms.gnu; # Arbitrary choice
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user