Commit graph

12 commits

Author SHA1 Message Date
AndersonTorres 2bb3a9da24 A directory-category for terminal emulators
This is a mostly cosmetical commit, in the sense it doesn't change the contents
of any package, but reorganizes the overall Nixpkgs expressions.

Terminal emulators are an ubiquitous tool for any Unix user; even the beginners
are routinely familiarized to it. And, manifestly, there are many
implementations of terminal emulators out there, from those traditionally made
in C and C++ to those written in Haskell and Go.

Terminal emulators deserve more highlight. This commit does that by creating a
category for them.
2020-10-28 10:22:39 -03:00
R. RyanTM f6eeb8cb0a aminal: 0.8.6 -> 0.9.0 2020-06-17 12:25:33 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Daiderd Jordan 1fc3bbcb06
aminal: remove cf-private 2019-07-03 22:20:21 +02:00
Will Dietz dd6aae6209 aminal: 0.8.5 -> 0.8.6
https://github.com/liamg/aminal/releases/tag/v0.8.6
2019-01-14 16:51:38 -06:00
Will Dietz fd1de3e577 aminal: 0.7.12 -> 0.8.5 2019-01-10 18:13:50 -06:00
Will Dietz a02863edac aminal: 0.7.8 -> 0.7.12 2018-12-07 20:45:00 -06:00
Will Dietz 458abdc9c4 aminal: 0.7.6 -> 0.7.8 2018-12-01 23:56:35 -06:00
Will Dietz 4c6d2e4f21 aminal: 0.7.5 -> 0.7.6 2018-12-01 13:34:04 -06:00
Will Dietz da85dee6e2 aminal: 0.7.4 -> 0.7.5 2018-12-01 13:33:53 -06:00
Wael M. Nasreddine 9ba423b09a
aminal: init at 0.7.4 2018-11-28 11:56:53 -08:00