Maximilian Bosch
|
d34a465327
|
passExtensions.pass-audit: 1.1 -> 1.2
ChangeLog: https://github.com/roddhjav/pass-audit/blob/v1.2/CHANGELOG.md#12---2022-01-30
|
2022-02-08 20:02:22 +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 |
|
Sandro
|
a1d83d01f2
|
pass.audit: Disable tests on darwin
|
2020-12-04 15:04:21 +01:00 |
|
Maximilian Bosch
|
1f20c084a7
|
passExtensions.pass-audit: 1.0.1 -> 1.1
|
2020-04-28 00:18:26 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Maximilian Bosch
|
16001eab7c
|
passExtensions.pass-audit: 0.1 -> 1.0.1, refactor
Updates to v1.0.1[1] which supports subdirs and zxcvbn[2]-based
complexity checks. Also, the following things changed:
* Add separate output for man-pages
* Enable test-suite (after adding a patch which mocks the
`pwnedpasswords.com`).
* Added myself as maintainer.
[1] https://github.com/roddhjav/pass-audit/releases/tag/v1.0.1 /
https://github.com/roddhjav/pass-audit/releases/tag/v1.0
[2] https://pypi.org/project/zxcvbn-python/
|
2020-03-15 23:13:04 +01:00 |
|