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.
|
It uses a layered approach to connect all of the parts.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.networkupstools.org/;
|
homepage = http://www.networkupstools.org/;
|
||||||
platforms = platforms.linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers [ pierron ];
|
maintainers = with stdenv.lib.maintainers; [ pierron ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||||||
a pop3 interface to a webmail.
|
a pop3 interface to a webmail.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.freepops.org/;
|
homepage = http://www.freepops.org/;
|
||||||
platforms = platforms.linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers [ pierron ];
|
maintainers = with stdenv.lib.maintainers; [ pierron ];
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user