primusLib: fix version, quote homepage for better clickability
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "primus-lib-20151204";
|
name = "primus-lib-2015-04-28";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "amonakov";
|
owner = "amonakov";
|
||||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Low-overhead client-side GPU offloading";
|
description = "Low-overhead client-side GPU offloading";
|
||||||
homepage = https://github.com/amonakov/primus;
|
homepage = "https://github.com/amonakov/primus";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
|||||||
Reference in New Issue
Block a user