wine: 1.9.13 -> 1.9.14 (#16862)

* Update wineUnstable: 1.9.13 -> 1.9.14
* Update staging: 1.9.13 -> 1.9.14
* Add myself as co-maintainer, because I am do regular updates.
This commit is contained in:
Alexander V. Nikolaev
2016-07-11 17:57:16 +02:00
committed by Robin Gloster
parent b2b8a89945
commit dc5293d80b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -102,6 +102,6 @@ stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
homepage = "http://www.winehq.org/";
license = "LGPL";
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
maintainers = [stdenv.lib.maintainers.raskin];
maintainers = with stdenv.lib.maintainers; [ avnik raskin ];
};
})