redmine: 3.4.8 -> 4.0.1 (#55234)

* redmine: 3.4.8 -> 4.0.1

* nixos/redmine: update nixos test to run against both redmine 3.x and 4.x series

* nixos/redmine: default new installs from 19.03 onward to redmine 4.x series, while keeping existing installs on redmine 3.x series

* nixos/redmine: add comment about default redmine package to 19.03 release notes

* redmine: add aandersea as a maintainer
This commit is contained in:
aanderse
2019-02-05 11:51:33 +00:00
committed by Michael Raskin
parent 7fff567ee9
commit b8a9c3fbfd
9 changed files with 1017 additions and 42 deletions
@@ -37,7 +37,7 @@ in
meta = with stdenv.lib; {
homepage = http://www.redmine.org/;
platforms = platforms.linux;
maintainers = [ maintainers.garbas ];
maintainers = [ maintainers.garbas maintainers.aanderse ];
license = licenses.gpl2;
};
}