diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-11-25 04:48:32 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-11-25 05:20:26 +0530 |
commit | ac01de1cab16de22db4e3673388c6e52e4a37a01 (patch) | |
tree | 279fc9d999c54205ec98eddfb7e54a51d002c8eb | |
parent | f2c94a5a1cb20090d584c78374e4353de43ba7e1 (diff) | |
download | nnn-ac01de1cab16de22db4e3673388c6e52e4a37a01.tar.gz |
Update package maintainers
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -6,8 +6,8 @@ Noice is Not Noice, a noicer fork... <a href="https://github.com/jarun/nnn/releases/latest"><img src="https://img.shields.io/github/release/jarun/nnn.svg?maxAge=600" alt="Latest release" /></a> <a href="https://aur.archlinux.org/packages/nnn"><img src="https://img.shields.io/aur/version/nnn.svg?maxAge=600" alt="AUR" /></a> <a href="http://braumeister.org/formula/nnn"><img src="https://img.shields.io/homebrew/v/nnn.svg?maxAge=600" alt="Homebrew" /></a> -<a href="https://packages.debian.org/search?keywords=nnn&searchon=names"><img src="https://img.shields.io/badge/debian-10+-blue.svg?maxAge=2592000" alt="Debian Buster+" /></a> -<a href="https://packages.ubuntu.com/search?keywords=nnn&searchon=names"><img src="https://img.shields.io/badge/ubuntu-17.10+-blue.svg?maxAge=2592000" alt="Ubuntu Artful+" /></a> +<a href="https://packages.debian.org/search?keywords=nnn&searchon=names&exact=1"><img src="https://img.shields.io/badge/debian-10+-blue.svg?maxAge=2592000" alt="Debian Buster+" /></a> +<a href="https://packages.ubuntu.com/search?keywords=nnn&searchon=names&exact=1"><img src="https://img.shields.io/badge/ubuntu-17.10+-blue.svg?maxAge=2592000" alt="Ubuntu Artful+" /></a> <a href="https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/"><img src="https://img.shields.io/badge/ubuntu-PPA-blue.svg?maxAge=2592000" alt="Ubuntu PPA" /></a> <a href="https://github.com/jarun/nnn/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-BSD%202--Clause-yellow.svg?maxAge=2592000" alt="License" /></a> <a href="https://travis-ci.org/jarun/nnn"><img src="https://travis-ci.org/jarun/nnn.svg?branch=master" alt="Build Status" /></a> @@ -148,14 +148,16 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i #### From a package manager - [AUR](https://aur.archlinux.org/packages/nnn/) -- [Debian](https://packages.debian.org/search?keywords=nnn) +- [Debian](https://packages.debian.org/search?keywords=nnn&searchon=names&exact=1) - [Homebrew](http://braumeister.org/formula/nnn) +- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/nnn) (`sudo nix-env -i nnn`) +- [Ubuntu](https://packages.ubuntu.com/search?keywords=nnn&searchon=names&exact=1) - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) - [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/nnn) (`sudo xbps-install -S nnn`) #### Release packages -Packages for Arch Linux, CentOS, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/nnn/releases/latest). +Packages for Arch Linux, CentOS, Debian, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/nnn/releases/latest). #### From source |