summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders/canto-daemon
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-27canto-daemon: 0.9.7 -> 0.9.8devhell1-6/+10
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-11-04canto-{curses,daemon}: use python3 instead of python34Frederik Rietdijk1-5/+4
2017-08-22canto-{daemon,curses}: 0.9.6,0.9.7 -> 0.9.7,0.9.9devhell1-2/+2
Upstream changelog available at: https://codezen.org/canto-ng/news/
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2016-06-12canto-{curses,daemon}: 0.9.{6,5} -> 0.9.{7,6}devhell1-2/+2
Unfortunately there is no changelog available.
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk1-1/+1
2015-07-28canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}devhell1-2/+2
Built and tested locally. The changelog can be found here: http://codezen.org/canto-ng/news/
2015-07-19canto-{curses,daemon}: 0.9.{3,1} -> 0.9.{4,3}devhell1-2/+2
Close #8884. A very detailed changelog and discussion can be found here: http://codezen.org/canto-ng/news/ This change was built locally and tested by me. There will be changes noticable in the `canto-curses` interface since color support has been reworked. For more details follow the hint in `canto-curses` or read the changelog/manual liked to above. There also have been many under-the-hood improvements which can also be found in the link above.
2015-02-08canto-{curses,daemon}: Add packagesdevhell1-0/+32
This adds canto-daemon, a feedparser background service, and canto-curses, a highly customizable curses-based frontend.