drip: refactor to original repository
This commit is contained in:
parent
2361fd8cf6
commit
1a2e2cac36
|
@ -7,10 +7,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = pname;
|
repo = pname;
|
||||||
owner = "flatland";
|
owner = "ninjudd";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1zl62wdwfak6z725asq5lcqb506la1aavj7ag78lvp155wyh8aq1";
|
sha256 = "1zl62wdwfak6z725asq5lcqb506la1aavj7ag78lvp155wyh8aq1";
|
||||||
#fetchSubmodules = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gcc jdk which ];
|
buildInputs = [ gcc jdk which ];
|
||||||
|
@ -28,8 +27,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "a launcher for the Java Virtual Machine intended to be a drop-in replacement for the java command, only faster";
|
description = "a launcher for the Java Virtual Machine intended to be a drop-in replacement for the java command, only faster";
|
||||||
license = licenses.epl;
|
license = licenses.epl10;
|
||||||
homepage = https://github.com/flatland/drip;
|
homepage = https://github.com/ninjudd/drip;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.rybern ];
|
maintainers = [ maintainers.rybern ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue