Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2019-11-19 14:53:29 +01:00
299 changed files with 3766 additions and 40865 deletions
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "glsurf-3.3.1";
src = fetchurl {
url = "https://lama.univ-savoie.fr/~raffalli/glsurf/glsurf-3.3.1.tar.gz";
url = "https://raffalli.eu/~christophe/glsurf/glsurf-3.3.1.tar.gz";
sha256 = "0w8xxfnw2snflz8wdr2ca9f5g91w5vbyp1hwlx1v7vg83d4bwqs7";
};
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://www.lama.univ-savoie.fr/~raffalli/glsurf;
homepage = https://raffalli.eu/~christophe/glsurf/;
description = "A program to draw implicit surfaces and curves";
license = stdenv.lib.licenses.lgpl21;
};