1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

primusLib: fix version, quote homepage for better clickability

This commit is contained in:
Nikolay Amiantov 2016-08-13 03:19:04 +03:00
parent c60deb0266
commit 6086328b2d

View file

@ -5,7 +5,7 @@
}:
stdenv.mkDerivation {
name = "primus-lib-20151204";
name = "primus-lib-2015-04-28";
src = fetchFromGitHub {
owner = "amonakov";
@ -28,7 +28,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Low-overhead client-side GPU offloading";
homepage = https://github.com/amonakov/primus;
homepage = "https://github.com/amonakov/primus";
platforms = platforms.linux;
license = licenses.bsd2;
maintainers = with maintainers; [ abbradar ];