forked from mirrors/nixpkgs
Fix some semicolons.
svn path=/nixpkgs/trunk/; revision=27456
This commit is contained in:
parent
7f26b06961
commit
b8950a9504
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||
It uses a layered approach to connect all of the parts.
|
||||
'';
|
||||
homepage = http://www.networkupstools.org/;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers [ pierron ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ pierron ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||
a pop3 interface to a webmail.
|
||||
'';
|
||||
homepage = http://www.freepops.org/;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers [ pierron ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ pierron ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue