minizincide: https, touchup, don't volunteer others to maintain haha :P
This commit is contained in:
parent
0e4c444cfe
commit
3d5ee86488
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MiniZinc";
|
owner = "MiniZinc";
|
||||||
repo = "MiniZincIDE";
|
repo = "MiniZincIDE";
|
||||||
rev = version; # XXX chance it//revisit: "3d66971a0cad6edbe797f4dd940229d38e5bfe3d"; # tags on the repo are disappearing: See https://github.com/MiniZinc/libminizinc/issues/257
|
rev = version;
|
||||||
sha256 = "1hanq7c6li59awlwghgvpd8w93a7zb6iw7p4062nphnbd1dmg92f";
|
sha256 = "1hanq7c6li59awlwghgvpd8w93a7zb6iw7p4062nphnbd1dmg92f";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.minizinc.org/;
|
homepage = https://www.minizinc.org/;
|
||||||
description = "IDE for MiniZinc, a medium-level constraint modelling language.";
|
description = "IDE for MiniZinc, a medium-level constraint modelling language.";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
@ -37,6 +37,6 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.sheenobu ];
|
maintainers = [ maintainers.dtzWill ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue