Skip to content

Commit 9cb7f64

Browse files
committed
fix(docs): point users to Ubuntu 24.04 packages instead of 22.04
Signed-off-by: Cedric Hombourger <[email protected]>
1 parent 15c757c commit 9cb7f64

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ---------------------------------------------------------------------------
44
#
55
# This software is a part of MTDA.
6-
# Copyright (C) 2021 Siemens Digital Industries Software
6+
# Copyright (C) 2025 Siemens AG
77
#
88
# ---------------------------------------------------------------------------
99
# SPDX-License-Identifier: MIT

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ---------------------------------------------------------------------------
44
#
55
# This software is a part of MTDA.
6-
# Copyright (C) 2021 Siemens Digital Industries Software
6+
# Copyright (C) 2025 Siemens AG
77
#
88
# ---------------------------------------------------------------------------
99
# SPDX-License-Identifier: MIT
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = 'MTDA'
24-
copyright = '2021 Siemens Digital Industries Software'
24+
copyright = '2025 Siemens AG'
2525
author = 'Cedric Hombourger'
2626

2727
# The version info for the project you're documenting, acts as replacement for

docs/install.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Packages for Debian 12 (bookworm) may be installed as follows::
1919
$ sudo apt-get update
2020
$ sudo apt-get install -y mtda
2121

22-
Using apt on Ubuntu 22.04
22+
Using apt on Ubuntu 24.04
2323
-------------------------
2424

25-
Packages for Ubuntu 22.04 (Jammy Jellyfish) may be installed as follows::
25+
Packages for Ubuntu 24.04 (Noble Numbat) may be installed as follows::
2626

27-
$ sudo add-apt-repository ppa:chombourger/mtda-jammy
27+
$ sudo add-apt-repository ppa:chombourger/mtda-noble
2828
$ sudo apt-get update
2929
$ sudo apt-get install -y mtda
3030

0 commit comments

Comments
 (0)