libxc: fix meta

This commit is contained in:
Orivej Desh 2017-12-31 06:52:39 +00:00
parent 5be70c39f3
commit e0a4d1b158

View File

@ -26,6 +26,6 @@ in stdenv.mkDerivation {
homepage = http://octopus-code.org/wiki/Libxc;
license = licenses.lgpl3;
platforms = platforms.linux;
maintainer = with maintainers; [ markuskowa ];
maintainers = with maintainers; [ markuskowa ];
};
}