minizincide: https, touchup, don't volunteer others to maintain haha :P
This commit is contained in:
parent
0e4c444cfe
commit
3d5ee86488
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue