forked from mirrors/nixpkgs
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 = {
|
||||
description = "Logger service for Telepathy framework";
|
||||
homepage = http://telepathy.freedesktop.org/wiki/Logger ;
|
||||
maintainers = [ stdenv.lib.mainrainers.urkud ];
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
platforms = stdenv.lib.platforms.gnu; # Arbitrary choice
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue