about summary refs log tree commit diff
path: root/pkgs/development/libraries/rlog/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-12-01pkgs/development: rename name to pname&versionFelix Buehler1-3/+4
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2018-10-07rlog: add licenseschneefux1-0/+1
See https://code.google.com/archive/p/rlog/
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2010-11-28encfs: packaged. Patch by Ambrus Kaposi.Evgeny Egorochkin1-0/+15
svn path=/nixpkgs/trunk/; revision=24900