about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/oysttyer
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-18 00:07:38 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-18 00:07:38 +0200
commit82cb33a0ae1a9128141709729b30784e821f0820 (patch)
treeb042e15d738b1df852c14c01cf00fefd1f541f01 /pkgs/applications/networking/instant-messengers/oysttyer
parentb59c06dc92f8d03660eb4155754d93a6c34cda83 (diff)
treewide: remove meta.version
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/oysttyer')
-rw-r--r--pkgs/applications/networking/instant-messengers/oysttyer/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/oysttyer/default.nix b/pkgs/applications/networking/instant-messengers/oysttyer/default.nix
index e3595e07a788c..33f3b90873d76 100644
--- a/pkgs/applications/networking/instant-messengers/oysttyer/default.nix
+++ b/pkgs/applications/networking/instant-messengers/oysttyer/default.nix
@@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    inherit version;
     description = "Perl Console Twitter Client";
     homepage    = "http://oysttyer.github.io/";
     maintainers = with maintainers; [ woffs ];