fricas: clean up meta section
This commit is contained in:
parent
43d59a9a3b
commit
6475f0d1fe
@ -13,10 +13,11 @@ stdenv.mkDerivation rec {
|
|||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fricas CAS";
|
|
||||||
homepage = http://fricas.sourceforge.net/;
|
homepage = http://fricas.sourceforge.net/;
|
||||||
|
description = "Fricas CAS";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = stdenv.lib.maintainers.sprock;
|
maintainers = stdenv.lib.maintainers.sprock;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
license = stdenv.lib.license.bsd3;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user