Commit graph

12 commits

Author SHA1 Message Date
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Michael Fellinger f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
Matt McHenry 68e43c61fe timetrap: 1.15.1 -> 1.15.2 2020-03-26 21:21:48 -04:00
Nick Novitski 7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Matt McHenry 3ac37478b9 timetrap: restore "t" executable
lost in 44a554792d
2019-05-23 09:18:23 -04:00
Michael Fellinger 44a554792d timetrap: use bundlerApp 2019-04-30 18:55:17 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matt McHenry 1bf7dfaabe timetrap: 1.10.0 -> 1.15.1 2018-02-22 10:17:27 -05:00
Jörg Thalheim 2871ff7d9b
timetrap: use gemdir 2017-01-18 00:52:52 +01:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Matt McHenry 198dd9df82 timetrap: init at 1.10.0 2016-05-29 23:07:48 -04:00