Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
4fd85fe0b6
matterircd: 0.27.1 -> 0.28.0
2023-10-25 15:24:39 +00:00
R. Ryantm
e29ff9b91c
matterircd: 0.27.0 -> 0.27.1
2023-08-16 05:48:31 +00:00
Sandro Jäckel
3ad7d71afe
treewide: don't set platforms.unix for buildGoModule
2023-06-13 17:54:26 +03:00
Sandro
b36139a93f
Merge pull request #225365 from SuperSandro2000/gobuildmodule-homepage
2023-04-28 21:37:01 +02:00
R. Ryantm
87552aff43
matterircd: 0.26.1 -> 0.27.0
2023-04-20 12:38:19 +00:00
Sandro Jäckel
1e70721319
Use clickable homepages on packages which are changed in #225362
2023-04-09 03:30:09 +02:00
R. Ryantm
7c4d5c3e35
matterircd: 0.25.1 -> 0.26.1
2022-11-08 01:01:54 +00:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
...
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
Aaron Jheng
df82d7c0aa
matterircd: 0.25.0 -> 0.25.1
2022-05-02 04:53:06 +00:00
R. Ryantm
da866f83d3
matterircd: 0.24.2 -> 0.25.0
2021-12-07 13:09:36 +00:00
R. RyanTM
3a3887673a
matterircd: 0.23.1 -> 0.24.2
2021-08-14 15:12:53 +00:00
R. RyanTM
a34553bc4b
matterircd: 0.22.0 -> 0.23.1
2021-03-09 15:39:42 -08:00
R. RyanTM
b7910e7fee
matterircd: 0.20.0 -> 0.22.0
2021-02-25 22:51:10 -05:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
R. RyanTM
fc80beece7
matterircd: 0.19.4 -> 0.20.0
2020-09-05 07:14:05 +00:00
R. RyanTM
fc9ddd85c4
matterircd: 0.18.2 -> 0.19.4
2020-06-17 12:04:36 -07: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
Franz Pletz
1638d91d7a
matterircd: 0.16.5 -> 0.18.2
2018-07-15 21:41:45 +02:00
Franz Pletz
7dee8ab568
matterircd: 0.12.0 -> 0.16.5
2018-03-22 01:05:30 +01:00
Franz Pletz
05b1e514bc
matterircd: 0.11.4 -> 0.12.0
...
This version is compatible with our current Mattermost.
2017-09-18 21:52:06 +02:00
Franz Pletz
482f9862e5
matterircd: 0.11.3 -> 0.11.4
2017-05-14 22:47:24 +02:00
Franz Pletz
2b0a2e6765
matterircd: 0.11.2 -> 0.11.3
2017-05-08 09:18:32 +02:00
Franz Pletz
9973f490f2
matterircd: 0.9.0 -> 0.11.2
2017-02-11 04:53:56 +01:00
Franz Pletz
d2840f94f4
matterircd: init at 0.9.0
2016-08-15 03:31:36 +02:00