From 10fcec620b46540bd9cc7e242b2c795a0a61571c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 4 Sep 2023 13:44:45 +0200 Subject: [PATCH] remove GNU Bazaar (website down/timeout) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fbd9887..38b3cfa 100644 --- a/README.md +++ b/README.md @@ -657,7 +657,6 @@ Software versioning and revision control. - [Darcs](http://darcs.net/) - Cross-platform version control system, like git, mercurial or svn but with a very different approach: focus on changes rather than snapshots. ([Source Code](https://darcs.net/releases/)) `GPL-2.0` `Haskell` - [Fossil](http://www.fossil-scm.org/) - Distributed version control with built-in wiki and bug tracking. ([Source Code](https://www.fossil-scm.org/home/dir?ci=trunk)) `BSD-2-Clause` `C` - [Git](http://git-scm.com/) - Distributed revision control and source code management (SCM) with an emphasis on speed. ([Source Code](https://github.com/git/git)) `GPL-2.0` `C` -- [GNU Bazaar](http://bazaar.canonical.com/) - Distributed revision control system sponsored by Canonical. - [Mercurial](https://www.mercurial-scm.org/) - Another distributed revision control. - [Subversion](http://subversion.apache.org/) - Client-server revision control system.