Updated remind package name (otherwise unchanged).
Also added myself to the maintainers list.
This commit is contained in:
parent
987125e256
commit
caa521c8d2
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl} :
|
{stdenv, fetchurl} :
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "remind-3.1.8";
|
name = "remind-3.1.13";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.roaringpenguin.com/files/download/remind-03.01.13.tar.gz;
|
url = http://www.roaringpenguin.com/files/download/remind-03.01.13.tar.gz;
|
||||||
sha256 = "0kzw1d53nlj90qfsibbs2gkzp1hamqqxpj57ip4kz1j1xgan69ng";
|
sha256 = "0kzw1d53nlj90qfsibbs2gkzp1hamqqxpj57ip4kz1j1xgan69ng";
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://www.roaringpenguin.com/products/remind;
|
homepage = http://www.roaringpenguin.com/products/remind;
|
||||||
description = "Sophisticated calendar and alarm program for the console";
|
description = "Sophisticated calendar and alarm program for the console";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric raskin];
|
maintainers = with stdenv.lib.maintainers; [viric raskin kovirobi];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user