Merge pull request #46953 from xeji/p/gitlab-platforms

gitlab: add missing meta.platforms
This commit is contained in:
Jörg Thalheim 2018-09-20 11:47:04 +01:00 committed by GitHub
commit c6d0260239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,5 +109,6 @@ stdenv.mkDerivation rec {
description = "Web-based Git-repository manager";
homepage = https://gitlab.com;
license = licenses.mit;
platforms = platforms.linux;
};
}