minizincide: https, touchup, don't volunteer others to maintain haha :P

This commit is contained in:
Will Dietz 2018-12-02 12:14:43 -06:00
parent 0e4c444cfe
commit 3d5ee86488

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "MiniZinc";
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";
};
@ -24,7 +24,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://www.minizinc.org/;
homepage = https://www.minizinc.org/;
description = "IDE for MiniZinc, a medium-level constraint modelling language.";
longDescription = ''
@ -37,6 +37,6 @@ stdenv.mkDerivation {
license = licenses.mpl20;
platforms = platforms.linux;
maintainers = [ maintainers.sheenobu ];
maintainers = [ maintainers.dtzWill ];
};
}