pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl } :
|
||||
{ lib, stdenv, fetchurl } :
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.11";
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
patches = [ ./rig_1.11-1.diff ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://rig.sourceforge.net/";
|
||||
homepage = "http://rig.sourceforge.net/";
|
||||
description = "Random identity generator";
|
||||
longDescription = ''
|
||||
RIG (Random Identity Generator) is a free replacement for a shareware
|
||||
@@ -24,8 +24,8 @@ stdenv.mkDerivation rec {
|
||||
if the Web site/BBS/person you are giving the information to tries to
|
||||
cross-check the city, state, zip, or area code, it will check out.
|
||||
'';
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with stdenv.lib.maintainers; [ tomberek ];
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ tomberek ];
|
||||
platforms = with lib.platforms; all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user