mnemonicode: fix name
This commit is contained in:
parent
cd0d0944f9
commit
612d4a1684
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub }:
|
{ stdenv, lib, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "name-${version}";
|
name = "mnemonicode-${version}";
|
||||||
version = "2015-11-30";
|
version = "2015-11-30";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "singpolyma";
|
owner = "singpolyma";
|
||||||
|
Loading…
Reference in New Issue
Block a user