fix grammar errors

This commit is contained in:
Robin Gloster
2016-04-06 16:16:23 +00:00
parent 5ca99ae7a7
commit a73a28de7b
5 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "SQL/RDF database used by, e.g., KDE-nepomuk";
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
#configure: The current version [...] can only be build on 64bit platforms
#configure: The current version [...] can only be built on 64bit platforms
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = [ maintainers.urkud ];
};