Fix some semicolons.
svn path=/nixpkgs/trunk/; revision=27456
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user