about summary refs log tree commit diff
path: root/pkgs/applications/networking/cawbird
AgeCommit message (Collapse)AuthorFilesLines
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-09-20cawbird: 1.1.0 -> 1.2.1Trolli Schmittlauch1-2/+4
- regular version bump to 1.2.0, then bugfix release on top - changes: see - https://github.com/IBBoard/cawbird/releases/tag/v1.2.0 - https://github.com/IBBoard/cawbird/releases/tag/v1.2.1
2020-06-01treewide: replace SRI hashesDaiderd Jordan1-1/+1
2020-05-31cawbird: 1.0.5 -> 1.1.0Trolli Schmittlauch1-2/+2
2020-04-08cawbird: 1.0.4 -> 1.0.5Trolli Schmittlauch1-2/+2
2020-01-13cawbird: 1.0.3.1 -> 1.0.4Trolli Schmittlauch1-2/+2
fixes a crash caused by invalid Twitter API data
2019-12-01dconf: move to top-levelJan Tojnar1-2/+2
2019-11-27cawbird: fix build with disallowed aliasesJan Tojnar1-7/+45
also clean up
2019-10-30cawbird: 1.0.2 -> 1.0.3.1Trolli Schmittlauch1-3/+3
2019-10-11cawbird: 1.0.1 -> 1.0.2Trolli Schmittlauch1-10/+2
fixes some TLS connection issues
2019-10-02cawbird: fix build with vala 0.46worldofpeace1-1/+9
2019-10-01cawbird: init at 1.0.1Trolli Schmittlauch1-0/+38
Cawbird is a fork of the discontinued Corebird Twitter client. Co-Authored-By: Jon <jonringer@users.noreply.github.com>