Commit graph

8 commits

Author SHA1 Message Date
Willi Butz 2e29774f4c volatility: 2.4 -> 2.6, refactor, update outdated homepage 2017-08-09 21:50:21 +02:00
Frederik Rietdijk e4b47de694 Remove top-level pycrypto
See #11567.
2016-08-14 14:28:26 +02: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
Frederik Rietdijk 4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Boris Sukholitko 1e8e9b9398 volatility: upgrade to 2.4 2014-11-12 22:35:42 +02:00
Mateusz Kowalczyk 007f80c1d0 Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me.

Relevant: issue #2999, issue #739
2014-11-06 00:48:16 +00:00
Bjørn Forsman 1ad2f843e2 volatility: fix indentation 2014-07-11 17:10:26 +02:00
Boris Sukholitko 0ef036f48a Add volatility: memory forensics framework 2014-07-10 21:34:23 +03:00