rawdog: 2.21 -> 2.22, http -> https
This commit is contained in:
parent
5073611082
commit
221f5f00e3
@ -2,11 +2,11 @@
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
name = "rawdog-${version}";
|
||||
version = "2.21";
|
||||
version = "2.22";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://offog.org/files/${name}.tar.gz";
|
||||
sha256 = "0f5z7b70pyhjl6s28hgxninsr86s4dj5ycd50sv6bfz4hm1c2030";
|
||||
url = "https://offog.org/files/${name}.tar.gz";
|
||||
sha256 = "01ircwl80xi5lamamsb22i7vmsh2ysq3chn9mbsdhqic2i32hcz0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python2Packages; [ feedparser ];
|
||||
@ -14,7 +14,7 @@ python2Packages.buildPythonApplication rec {
|
||||
namePrefix = "";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://offog.org/code/rawdog/;
|
||||
homepage = https://offog.org/code/rawdog/;
|
||||
description = "RSS Aggregator Without Delusions Of Grandeur";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user