Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-10 00:39:07 +00:00
committed by GitHub
65 changed files with 1235 additions and 376 deletions
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Small utilities that are useful in advanced password cracking";
homepage = "https://github.com/hashcat/hashcat-utils";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ fadenb ];
};
}
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "Secure file wiping utility";
homepage = "http://wipe.sourceforge.net/";
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ maintainers.abbradar ];
};
}