alloy: add alloy5 and take maintainership (#47262)

Add alloy5 (currently, 5.0.0.1), update homepage and downloadPage, and
take maintainership of the package.
This commit is contained in:
Amin Bandali
2018-09-26 17:46:58 +01:00
committed by Jörg Thalheim
parent e7ca9af4cc
commit 4586ff7395
3 changed files with 71 additions and 49 deletions
+4 -1
View File
@@ -7932,7 +7932,10 @@ with pkgs;
for more information.
'';
alloy = callPackage ../development/tools/alloy { };
inherit (callPackage ../development/tools/alloy { })
alloy4
alloy5
alloy;
adtool = callPackage ../tools/admin/adtool { };