Skip to content

Commit bca2dfe

Browse files
authored
Merge pull request #16 from breezy-team/readmemd
Convert README.rst to README.md and fix Cargo.toml metadata
2 parents e07fa6b + a1f048e commit bca2dfe

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ rust-version = "1.83"
66
license = "GPL-2.0-or-later"
77
description = "Web viewer for Bazaar/Breezy branches"
88
homepage = "https://www.breezy-vcs.org/"
9-
repository = "https://code.launchpad.net/loggerhead"
9+
repository = "https://github.com/breezy-team/loggerhead"
1010
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
11+
readme = "README.md"
1112

1213
[[bin]]
1314
name = "loggerhead-serve"

README.rst renamed to README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
Loggerhead
2-
==========
1+
# Loggerhead
32

4-
Overview
5-
--------
3+
## Overview
64

75
Loggerhead is a web viewer for Breezy. Its lets users do stuff like:
86

@@ -12,15 +10,13 @@ Loggerhead is a web viewer for Breezy. Its lets users do stuff like:
1210
* perform searches.
1311

1412

15-
Documentation
16-
-------------
13+
## Documentation
1714

1815
See docs/index.rst for installation instructions and basic
1916
documentation.
2017

2118

22-
Licensing
23-
---------
19+
## Licensing
2420

2521
This software is licensed under the GPL Version 2 or later.
2622
Please see the file COPYING.txt for the licence details.

0 commit comments

Comments
 (0)